getStartDate

abstract fun getStartDate(): Date

Gets the start date for this schedule's validity period.

The schedule is active on or after this date. The time components (hour, minute, second) of this Date object are generally ignored; only the date portion is considered.

Return

A Date representing the first day the schedule can be active. Can be null if there is no specific start date (i.e., always valid from the past).